Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figma Code Connect #95

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Figma Code Connect #95

wants to merge 7 commits into from

Conversation

corbanbrook
Copy link
Collaborator

Figma Code Connect https://www.figma.com/code-connect-docs/ is a way to connect figma components to implementation documentation to make hand offs more intuitive.

Essentially it is a cli tool that allows you to create mapping files within our design-system implementation that map react properties to figma properties and then publishes this metadata to figma sheets.

This will then show on figma side when a user clicks on a component instance they can see how it should be implemented.

ie: Within a handoff a user clicks on a Button instance they would see the connected component snippet.

import { Button } from '@0xsequence/design-system'

<Button variant="primary" label="Confirm" />

Meaning the user immediately knows if there is an existing component within the design system they can use, along with the exact props and values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant